type go/types.stmtContext
5 uses
go/types (current package)
range.go#L27: func (check *Checker) rangeStmt(inner stmtContext, rangeStmt *ast.RangeStmt, noNewVarPos positioner, sKey, sValue, sExtra, rangeVar ast.Expr, isDef bool) {
stmt.go#L88: type stmtContext uint
stmt.go#L92: breakOk stmtContext = 1 << iota
stmt.go#L116: func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) {
stmt.go#L411: func (check *Checker) stmt(ctxt stmtContext, s ast.Stmt) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)